Next | Prev | Up | Top | Contents | Index

Controlling Interrupt Distribution

In normal operations, CPUs receive frequent interrupts:

These interrupts can make the execution time of a process unpredictable. However, you can designate one or more CPUs for real-time use, and keep interrupts of these kinds away from those CPUs. The system calls for interrupt control are discussed at more length under "Minimizing Overhead Work". The REACT/Pro Frame Scheduler also takes care of interrupt isolation.


Next | Prev | Up | Top | Contents | Index